| lcPaint_ImageCreate | Home |
|
BOOL lcPaint_ImageCreate ( HANDLE hImage, int Width, int Height ); |
| hImage | |
| Handle to raster image object. | |
| Width | |
| Image width, pixels. | |
| Height | |
| Image height, pixels. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcPaint_ImageLoad, lcPaint_ImageSetPixel |